cody - HTMLify profile

cody
4270 Files
632840 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/209 - Speech-Number-Guess game
* {
box-sizing: border-box;
}
body {
background: #2f3542 url('img/bg.jpg') no-repeat left center/cover;
color: #fff;
min-height: 100vh;
box-sizing: border-box;
}
body {
background: #2f3542 url('img/bg.jpg') no-repeat left center/cover;
color: #fff;
min-height: 100vh;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
<title>Speak Number Guess</title>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
<title>Speak Number Guess</title>
## Speak Number Guessing Game
Number guessing game where you speak your guess into the microphone using the speech recognition API
## Project Specifications
- Display UI directing user to speak guess
- Implement speech recognition to listen to mic
Number guessing game where you speak your guess into the microphone using the speech recognition API
## Project Specifications
- Display UI directing user to speak guess
- Implement speech recognition to listen to mic